home *** CD-ROM | disk | FTP | other *** search
- Program: S3 Directory Storage (SDS)
- Date: 11/22/92
- Version: 1.00b (bug fix)
- Author: George Spafford
-
- Purpose:
-
- To store the current drive and directory names to a file and then restore
- them later.
-
- Install:
-
- Put SDS.EXE in a directory somewhere that is included in your PATH statement.
- You must have a hard drive.
-
- Procedure:
-
- Usage: SDS [R] [W]
-
- SDS W This writes the current drive and directory to a data file.
- SDS R This restores the drive and directory names that were
- specified in the data file that the "W" option created.
-
- Note: The program must be able to create a data file named S3DS.DAT
- in the C:\ directory in order to work. This temporary file
- is deleted when the "R" option is run. If you see this file
- in the root, don't panic.
-
- Example Batch File:
-
- @echo off <- turn the DOS ECHO off
- SDS W <- write the current info to disk
- E: <- go to the E: drive
- cd\newdir <- change to the newdir directory
- myprog.exe <- run this program
- SDS R <- go back to where we started from
-
-
-
- History:
-
- v1.00b 11/22/92
-
- Ever have one of those moments? I messed up the file input statements
- for version 1.00 - one of those last minute brilliant ideas that you
- forget to test & see if it works. Needless to say, the bug with
- SDS R is toast.
-
- v1.00 11/20/92
-
- Initial release to shareware.
-
-
- Please Register Me:
-
- SDS is shareware. As such, you can use it for 30 days. If you continue
- to use the program after this period, you must register it in order to continue
- using it legally. SDS is $5 U.S. per copy.
-
- Please make payments in US Currency (no cash please) to:
-
- George Spafford
- 3001 Lakeshore Drive #329
- Saint Joseph, MI 49085
-
- Unless required, notification of receipt will not be sent.
- Comments and/or questions are always welcome. I can be reached via the mail,
- EXEC-PC or Queued Access:
-
- Queued Access BBS: (616) 468-5026 USR Dual Std 19200-8-N-1
-
- SDS IS DISTRIBUTED AS IS. THE AUTHOR (GEORGE SPAFFORD) MAKES NO
- WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, WITH
- RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR
- BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER
- INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY
- TO USE THIS PROGRAM.
-
-